home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python-apt / html / _static / stickysidebar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-03-30  |  248 b   |  20 lines

  1. /**
  2.  * Sphinx Doc Design -- Sticky sidebar Overrides
  3.  */
  4.  
  5. div.sphinxsidebar {
  6.     top: 30px;
  7.     left: 0px;
  8.     position: fixed;
  9.     margin: 0;
  10.     float: none;
  11. }
  12.  
  13. div.related {
  14.     position: fixed;
  15. }
  16.  
  17. div.documentwrapper {
  18.     margin-top: 30px;
  19. }
  20.